Helpful Resources
- Probabilistic transformer-based forecasting - https://huggingface.co/blog/time-series-transformers
First Steps
The GitHub repository we can work with is here
- We need an inference notebook that we can load models into and submit results
- Probably using the polars library
- Should try and modularize any sections that might change.
- e.g. feature engineering, model evaluation (f(x) —> y)
- New folder for each “experiment”
- Towards the end of the competition we should be able to benefit from a “ensemble of solutions” - https://www.kaggle.com/code/vyacheslavbolotin/jane-street-ensemble-of-solutions
Progress
Date | Description | Result |
---|---|---|
10/28/2024 | GitHub Repository Created | NA |